home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Source / HippoDraw / HippoDrawSrc1.1 / Hippo.subproj / PageMarker.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-04-25  |  435 b   |  22 lines

  1. /* PageMarker.h        by Paul Rensinng    November 1991
  2.  * draws page boundary in drawing document
  3.  *
  4.  * Copyright (C)  1991  The Board of Trustees of
  5.  * The Leland Stanford Junior University.  All Rights Reserved.
  6.  */
  7.  
  8. #define PAGEMARKER_H_ID "$Id: PageMarker.h,v 1.2 1992/03/01 12:06:12 pfkeb Rel $"
  9.  
  10. #import "Line.h"
  11.  
  12. #define PAGE_LENGTH 720
  13. #define PAGE_WIDTH 540
  14.  
  15. @interface PageMarker : Line
  16.  
  17. - addSelf: (id) hgraphview;
  18. - draw;
  19.  
  20. @end
  21.  
  22.